home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5195 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  484 b 

  1. From: mgerrans@msn.com (Matt Gerrans)
  2. Subject: Re: for loop question
  3. Date: 2 Feb 96 22:41:22 -0800
  4. References: <4emqf8$470@opal.southwind.net> <4eor22$r83@dub-news-svc-5.compuserve.com>
  5. Message-ID: <00001a81+000098cc@msn.com>
  6. Path: news.msn.com!msn.com
  7. Newsgroups: comp.lang.c++
  8. Organization: The Microsoft Network (msn.com)
  9.  
  10. ...Actually, it's more like "do the loop *then* do the third" part of 
  11. the for, since the third (usually increment) part is done after the 
  12. body of the loop.
  13.